put "Press the 'Print This' key to print what is in the print field behind this message. Use the scroll bar to advance to the next screen to print." into card field id 8
show card field id 8
end openCard
-- part 1 (field)
-- low flags: 01
-- high flags: 0007
-- rect: left=22 top=57 right=317 bottom=484
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 21
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Print Field
-- part 2 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=385 top=32 right=54 bottom=485
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Go Back
----- HyperTalk script -----
on mouseUp
hide card field id 8
put empty into card field id 1
visual barn door close to card
go back
end mouseUp
-- part 4 (field)
-- low flags: 80
-- high flags: 0007
-- rect: left=25 top=60 right=309 bottom=475
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Test Field
-- part 7 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=23 top=32 right=54 bottom=123
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Print This
----- HyperTalk script -----
on mouseDown
hide card field id 8
show card field id 1
print card id 6781
play "harpsichord" D5
put "Press the 'Print This' key to print what is in the print field behind this message. Use the scroll bar to advance to the next screen to print." into card field id 8
show card field id 8
end mouseDown
-- part 8 (field)
-- low flags: 01
-- high flags: 2004
-- rect: left=147 top=219 right=310 bottom=371
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Keep Printing Message
-- part contents for background part 6
----- text -----
PRINT PAD
-- part contents for card part 4
----- text -----
-- part contents for card part 8
----- text -----
Press the 'Print This' key to print what is in the print field behind this message. Use the scroll bar to advance to the next screen to print.